home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / reuse.lha / reuse / m2c / Idents.h < prev    next >
C/C++ Source or Header  |  1992-08-18  |  739b  |  26 lines

  1. #define DEFINITION_Idents
  2.  
  3. #ifndef DEFINITION_IO
  4. #include "IO.h"
  5. #endif
  6.  
  7. #ifndef DEFINITION_Strings
  8. #include "Strings.h"
  9. #endif
  10.  
  11. #ifndef DEFINITION_StringMem
  12. #include "StringMem.h"
  13. #endif
  14.  
  15. typedef SHORTCARD Idents_tIdent;
  16. extern Idents_tIdent Idents_NoIdent;
  17. extern Idents_tIdent Idents_MakeIdent ARGS((Strings_tString *s));
  18. extern void Idents_GetString ARGS((Idents_tIdent i, Strings_tString *s));
  19. extern StringMem_tStringRef Idents_GetStringRef ARGS((Idents_tIdent i));
  20. extern Idents_tIdent Idents_MaxIdent ARGS(());
  21. extern void Idents_WriteIdent ARGS((IO_tFile f, Idents_tIdent i));
  22. extern void Idents_WriteIdents ARGS(());
  23. extern void Idents_InitIdents ARGS(());
  24. extern void Idents_WriteHashTable ARGS(());
  25. extern void BEGIN_Idents();
  26.